home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj008.zip / ORG.ZIP / ORG.TXT < prev    next >
Text File  |  1992-06-17  |  3KB  |  87 lines

  1.                                   Org
  2.              written in Turbo Pascal for Windows
  3.                                 Org.TXT
  4.  
  5. Introduction
  6. ------------
  7. Org is a Windows program written in Turbo Pascal for Windows that
  8. illustrates the use of the ObjectWindows application framework
  9. and the ObjectGraphics library to create an object-oriented
  10. draw program.
  11.  
  12. This program was written by M. Zack Urlocker.  The Toolbar
  13. unit was provided by Frank Zinghini of Applied Visions.
  14. This program and its source code may be freely distributed for
  15. non-commercial use.
  16.  
  17. The files include:
  18.  
  19.  ORG.EXE     - Executable Org program file
  20.  *.PAS       - Turbo Pascal for Windows program source code
  21.  ORG.RES     - Windows resource file
  22.  *.ORG       - Various Org files stored to disk
  23.  ORG.TXT     - This file
  24.  
  25. If you have received a ZIP file, you must unzip it first.
  26.  
  27.  
  28. Using Org
  29. -----------
  30.  
  31. This program requires Microsoft Windows 3.0 or later.  To start the
  32. program start Windows and then use the File Run command to start
  33. ORG.EXE.  Or run Org directly from the DOS C:> prompt by typing:
  34.  
  35.    WIN Org
  36.  
  37. Note: You must have a mouse to use ORG.
  38.  
  39. The program features:
  40.   - Creation and printing of Organization Charts
  41.  
  42.  
  43.  
  44. NOTES
  45. -----
  46. Version 0.4
  47.  -"beta" version only partially finished
  48.  -printing has not been tested
  49.  -various menu choices not complete
  50.  
  51.  
  52. Turbo Pascal for Windows Users
  53. ------------------------------
  54.  
  55. This program illustrates some of the basic ideas common to many Windows
  56. programs including mouse handling, graphics, resizing, rescaling,
  57. fonts, colors, dialog boxes, collections, streams and file input and
  58. output.  Feel free to experiment with the source code to learn how
  59. to implement similar features in your own programs.
  60.  
  61. You can compile this program with the Windows IDE or the command line
  62. compiler.  To compile with the command line compiler type the following
  63. at the DOS C:> prompt:
  64.  
  65.     TPCW -b ORG.PAS
  66.  
  67.  
  68. About Turbo Pascal for Windows
  69. ------------------------------
  70.  
  71. Turbo Pascal for Windows is a complete development system for creating
  72. Windows applications.  It includes a Windows Integrated Development
  73. Environment, ObjectWindows application framework, and Turbo Debugger for
  74. Windows.  You do not need the Microsoft Windows Software Development Kit
  75. (SDK) to use Turbo Pascal for Windows.
  76.  
  77.  
  78. For more information contact:
  79.  
  80.      Borland International
  81.          1800 Green Hills Rd
  82.          Scotts Valley, CA 95066
  83.          USA
  84.  
  85. or your local distributor.
  86.                                     * * *
  87.